3459dd1ee2c97100a2086c8368c5a00c23d9e0e8,com.codeaffine.extras.launch.test/src/com/codeaffine/extras/launch/internal/dialog/LaunchSelectionDialogPDETest.java,LaunchSelectionDialogPDETest,testValidateItemWithSupportedLaunchMode,#,43

Before Change



  @Test
  public void testValidateItemWithSupportedLaunchMode() throws CoreException {
    ILaunchConfigurationWorkingCopy launchConfig = launchConfigRule.createLaunchConfig();

    IStatus status = dialog.validateItem( launchConfig );

After Change



  @Test
  public void testValidateItemWithSupportedLaunchMode() throws CoreException {
    ILaunchConfiguration launchConfig = launchConfigRule.createLaunchConfig().doSave();

    IStatus status = dialog.validateItem( launchConfig );